home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KWOG.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.0 KB  |  86 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                     Wings Of Glory by ORIGIN
  14. REM
  15. REM                          WOGLORY.ADV
  16. REM
  17. REM                     ThrustMaster Inc. 3-20-95
  18. REM ╔═══════════════════════════════════════════════════════════════════════╗
  19. REM ║Base Switch Settings                                                   ║
  20. REM ║Black Hat switch = Digital                                             ║
  21. REM ║Red Switch       = Digital                                             ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23.  
  24. Mdef KWOG
  25. REM ╔════════════╗
  26. REM ║  Throttle  ║
  27. REM ╚════════════╝
  28.  @DigitalThrottle
  29.  
  30. REM ╔════════════════════════╗
  31. REM ║(P)FCS Buttons Commands:║
  32. REM ╚════════════════════════╝
  33.  
  34. BTN UB FireRockets
  35.  
  36. BTN MB ToggleGuns
  37.  
  38. BTN LB DropBombs
  39.  
  40. BTN HU ChaseCamera
  41.  
  42. BTN HD BackView
  43.  
  44. BTN HL LeftView
  45.  
  46. BTN HR RightView
  47.  
  48. BTN HM CockpitView
  49. REM ╔════════════════════════╗
  50. REM ║WCS II Buttons Commands:║
  51. REM ╚════════════════════════╝
  52.  
  53. BTN 1 NextAirTargetIn
  54.  
  55. BTN 2 GroundTargetOut
  56.  
  57. BTN 3 #OfBulletsLeft
  58.  
  59. BTN 4 LeftRudder
  60.  
  61. BTN 5 RightRudder
  62.  
  63. BTN 6 Show#OFBombs&Roc
  64.  
  65. REM ╔════════════════════════╗
  66. REM ║WCS II Rocker Commands: ║
  67. REM ╚════════════════════════╝
  68.  
  69. RKR UP /N Speed
  70.  
  71.  
  72. RKR DN TimeBurst
  73. BTN MT ShutEngineOff
  74.  
  75. REM ╔═══════════════════════════════════════════════════════════════════╗
  76. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  77. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  78. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  79. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  80. REM ║                                                                   ║
  81. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  82. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  83. REM ║ says "File not found then you have the old microcode version that ║
  84. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  85. REM ╚═══════════════════════════════════════════════════════════════════╝
  86.